home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Mac / Lib / test / twin.py < prev   
Encoding:
Text File  |  2000-06-23  |  162 b   |  10 lines

  1. # Test Win module
  2.  
  3. from Win import *
  4.  
  5. r = (40, 40, 400, 300)
  6. w = NewWindow(r, "Hello world", 1, 0, -1, 1, 0x55555555)
  7. w.DrawGrowIcon()
  8. import time
  9. time.sleep(10)
  10.